xen/common: gunzip: Fix MISRA C 2012 Rule 8.4 violation
authorXenia Ragiadakou <burzalodowa@gmail.com>
Wed, 22 Jun 2022 15:15:14 +0000 (18:15 +0300)
committerJulien Grall <jgrall@amazon.com>
Thu, 23 Jun 2022 18:46:27 +0000 (19:46 +0100)
commit21a41a6164305bbc66ff1e42ffc11301712f6d65
tree41179b03e6d8064a490f7d342950c9a848eee0c8
parentab6c273ebc2f238c7ecb5e8c985570cf1d8a28af
xen/common: gunzip: Fix MISRA C 2012 Rule 8.4 violation

Include header <xen/gunzip.h> so that the declarations of functions gzip_check()
and perform_gunzip(), which have external linkage, are visible before the
function definitions.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
xen/common/gunzip.c